home *** CD-ROM | disk | FTP | other *** search
/ Business Heaven / Business Heaven.iso / maillist / bulkmail / paginate.doc < prev    next >
Encoding:
Text File  |  1990-07-11  |  2.1 KB  |  67 lines

  1.  
  2.  
  3.  
  4.        PAGINATE(1)                                                PAGINATE(1)
  5.  
  6.  
  7.  
  8.        NAME
  9.            Paginate - add or remove formfeeds in text files
  10.  
  11.        SYNOPSIS
  12.            paginate [-pNNftNNbNNd] [inputfile [outputfile]]
  13.  
  14.        DESCRIPTION
  15.            By default, Paginate removes the padding lines that are used in
  16.            lieu of a formfeed to advance each page of 66 lines, and substitu-
  17.            tes a formfeed.  It retains any formfeeds found in the file.  This
  18.            behavior can be modified as follows:
  19.  
  20.              -pNN Use a page length other than the default of 66 lines.  If a
  21.                 page length different from the original is used, either the
  22.                 input file should be re-formatted for that page length, or
  23.                 the -t and -b options should be used.
  24.  
  25.              -f Ignore formfeeds in the input file.  Substitute a newline for
  26.                 each formfeed.
  27.  
  28.              -tNN Substitute top margins of NN lines in place of the margins
  29.                 used in the input file.  If a substitute margin is used,
  30.                 leading blank lines in the input file are thrown away.
  31.  
  32.              -bNN Substitute bottom margins of NN lines in place of the mar-
  33.                 gins used in the input file.
  34.  
  35.              -d De-paginate the file.  Substitute blank padding lines to
  36.                 eject the page in place of each formfeed found in the input
  37.                 file.
  38.  
  39.        FILES
  40.            Paginate may be used as a filter, or it may be used with input and
  41.            output files specified.  If one argument is given, Paginate
  42.            attempts to use that argument as its input file.  If two arguments
  43.            are given, Paginate attempts to use the second argument as its
  44.            output file.
  45.  
  46.        SEE ALSO
  47.            Cat(1), Cl(1), Col(1), Cut(1), List(1), Paste(1)
  48.  
  49.        BUGS
  50.            Paginate silently truncates input lines longer than 159 charac-
  51.            ters.
  52.  
  53.            Paginate will not accept a page length longer than 120 lines.
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.        July 11, 1990                                                  Page: 1
  63.  
  64.  
  65.  
  66.  
  67.